home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Maclife 42
/
MACLIFE42.ISO.7z
/
MACLIFE42.ISO
/
FreeWare200
/
圧縮伸張⁄コード
/
MacGzip
/
MacGzip 1.1.2 Source.sea
/
MacGzip 1.1.2 Source
/
More Resources
/
NotPPC ƒ
/
NotPPC.make
< prev
next >
Wrap
Text File
|
1997-04-01
|
769b
|
27 lines
# File: NotPPC.make
# Target: NotPPC
# Sources: NotPPC.c NotPPC.r
# Created: Thursday, May 27, 1993 9:48:50
# Modified: Thursday, January 6, 1994 3:09:52
OBJECTS = NotPPC.c.o
NotPPC トト NotPPC.make NotPPC.r
Rez NotPPC.r -append -d SystemSevenOrLater=1 -o NotPPC
NotPPC トト NotPPC.make {OBJECTS}
#
# Note that the Link step is merging the segments 'Main' and '%A5Init'
# into one called 'PPCOnly'. You might be able to use 'PPCOnly' to
# differentiate between a Power Macintosh only application versus
# a FAT application (such as from an installer).
#
Link -t APPL -c '????' -sg PPCOnly=Main,%A5Init カ
{OBJECTS} カ
"{Libraries}"Runtime.o カ
"{Libraries}"Interface.o カ
-o NotPPC
NotPPC.c.o ト NotPPC.make NotPPC.c
C -r NotPPC.c